.navigation-bar-box-items .navigation-bar-box-item-active{
    color: #3F9AEB;
}
.navigation-bar-box-item-active{
    color: #3F9AEB !important;
}
a {
    text-decoration: none !important;
}
@media screen and (min-width: 1200px) {
    .navigation-bar{
        width: 100%;
        height: 46px;
        padding-top: 14px;
    }
    .navigation-bar-box{
        width: 1200px;
        height: 32px;
        line-height: 32px;
        margin: 0 auto;
        display: flex;
    }
    .logo-box{
        margin-right: 25px;
    }
    .navigation-bar-box-items{
        display: flex;
        justify-content: space-around;
    }
    .navigation-bar-box-item{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        /* margin-right: 32px; */
        margin-left: 16px;
        margin-right: 16px;
    }
    .s-line{
        background-color: #D8D8D8;
        width: 1px;
        height: 15px;
        margin: 9px 11px 0px 0px;
    }
    .contact-information-phone-icon{
        margin-top: 9px;
        margin-right: 2px;
        width: 15px;
        height: 15px;
    }
    .contact-information{
        display: flex;
    }
    
    .contact-information-btn{
        width: 112px;
        height: 32px;
        background: #FF8000;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        margin: 0px 11px 0px 11px;
        text-align: center;
        cursor: pointer;
    }
    .contact-information-btn1{
        width: 112px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #E0E2E4;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .pch-none{
        display: none;
    }
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
    .navigation-bar{
        width: 100%;
        height: 46px;
        padding-top: 14px;
    }
    .navigation-bar-box{
        width: 96%;
        height: 32px;
        line-height: 32px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .logo-box{
        margin-right: 25px;
        width: 50%;
    }
    .navigation-bar-box-items{
        display: flex;
        justify-content: space-around;
    }
    .navigation-bar-box-item{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        /* margin-right: 32px; */
        margin-left: 16px;
        margin-right: 16px;
    }
    .s-line{
        background-color: #D8D8D8;
        width: 1px;
        height: 15px;
        margin: 9px 11px 0px 0px;
    }
    .contact-information-phone-icon{
        margin-top: 9px;
        margin-right: 2px;
        width: 15px;
        height: 15px;
    }
    .contact-information{
        display: flex;
    }
    
    .contact-information-btn{
        width: 112px;
        height: 32px;
        background: #FF8000;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        margin: 0px 11px 0px 11px;
        text-align: center;
        cursor: pointer;
    }
    .contact-information-btn1{
        width: 112px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #E0E2E4;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .mobileh-none{
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .navigation-bar{
        width: 100%;
        height: 46px;
        padding-top: 14px;
    }
    .navigation-bar-box{
        width: 96%;
        height: 32px;
        line-height: 32px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .logo-box{
        margin-right: 25px;
        width: 50%;
    }
    .navigation-bar-box-items{
        display: flex;
        justify-content: space-around;
    }
    .navigation-bar-box-item{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        /* margin-right: 32px; */
        margin-left: 16px;
        margin-right: 16px;
    }
    .s-line{
        background-color: #D8D8D8;
        width: 1px;
        height: 15px;
        margin: 9px 11px 0px 0px;
    }
    .contact-information-phone-icon{
        margin-top: 9px;
        margin-right: 2px;
        width: 15px;
        height: 15px;
    }
    .contact-information{
        display: flex;
    }
    
    .contact-information-btn{
        width: 112px;
        height: 32px;
        background: #FF8000;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        margin: 0px 11px 0px 11px;
        text-align: center;
        cursor: pointer;
    }
    .contact-information-btn1{
        width: 112px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #E0E2E4;
        border-radius: 16px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #242424;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .mobileh-none{
        display: none;
    }
}